﻿#index .a img {
	width: 100%
}

#index .a li {
	padding-bottom: 20px
}

#index .d a {
	color: #333
}

#index article h2 {
	padding: 20px 0 9pt;
	
}

#index article .profile {
	margin-bottom: 15px
}

.main {
	padding-top: 30px
}

.main ul li img {
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease,-webkit-transform 0.5s ease
}

.main ul li:hover img {
	-webkit-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03)
}

.clear {
	clear: both
}

.pro_list {
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;
	background: #ffffff
}

.pro_list a:hover {
	color: #333333
}

.pro_list ul {
	margin-left: -20px
}

.pro_list ul li {
	width: 25%;
	float: left;
	list-style: none;
	box-sizing: border-box;
	padding: 0 10px
}

.pro_list ul li .pro_img {
	width: 50%;
	float: left;
	text-align: center;
	padding: 20px 0 20px 20px
}

.pro_list ul li .pro_img img {
	-webkit-transition: -webkit-transform 1.5s ease;
	transition: -webkit-transform 1.5s ease;
	transition: transform 1.5s ease;
	transition: transform 1.5s ease,-webkit-transform 1.5s ease
}

.pro_list ul li .pro_img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.pro_list ul li .pro_txt {
	width: 50%;
	float: right;
	text-align: left;
	padding: 20px 40px 20px 15px
}

.pro_list ul li .pro_txt h2 {
	font-size: 24px;
	padding: 10px 0 10px !important
}

.pro_list ul li .pro_txt p {
	line-height: 30px;
	@in{
}}

.pro_list ul li .pro_txt a:hover {
	color: #d20b17
}

.probg {
	background: #f1f1f1;
	height: 211px;
	overflow: hidden;
	transition: all .3s ease
}

.probg.probg-bor-tb {
	position: relative
}

.probg.probg-bor-tb:before,.probg.probg-bor-tb:after {
	content: '';
	position: absolute;
	z-index: 1;
	background: #ef011c;
	width: 0;
	height: 1px;
	transition: all .3s ease
}

.probg.probg-bor-tb:before {
	left: 0;
	top: 0
}

.probg.probg-bor-tb:after {
	right: 0;
	bottom: 0
}

.probg .probg-bor-lr {
	position: relative;
	overflow: hidden
}

.probg .probg-bor-lr:before,.probg .probg-bor-lr:after {
	content: '';
	position: absolute;
	z-index: 2;
	background: #ef011c;
	width: 1px;
	height: 0px;
	transition: all .3s ease
}

.probg .probg-bor-lr:before {
	left: 0;
	bottom: 0
}

.probg .probg-bor-lr:after {
	right: 0;
	top: 0
}

.probg:hover {
	background-color: #dddddd
}

.video_show {
	max-width: 1920px;
	margin: 0 auto;
	background: #ffffff;
	padding-top: 30px;
	box-sizing: border-box
}

.video_show .video {
	width: 100%;
	position: relative;
	height: 670px;
	overflow: hidden
}

.video_show .video_txt {
	position: relative;
	/*color: #ffffff;*/
	vertical-align: middle;
	/*max-width: 1040px;*/
	padding-top: 6%
}

.video_show .video_txt h1 {
	font-size: 38px;
	padding: 30px 0
}

.video_show .video_txt p {
	font-size: 18px;
	line-height: 36px
}
.video_show .video_txt p a {
	display: block;
	width: 200px;
	padding: 0 20px;
	color: #d20b17;
	background: none;
	border: 1px solid #d20b17;
	margin: 40px auto;
	border-radius: 5px;
	transition: all .4s ease
}

.video_show .video_txt p a:hover {
	background: #d20b17;
	color: #ffffff;
	border: 1px solid #d20b17;
	transform: translate(0, -10px)
}

.videobg {
	max-width: 1920px;
	position: relative;
	background: url(../images/ban5.jpg);	
	height: 670px;
	overflow: hidden
}

.service_honor {
	max-width: 1920px;
	margin: 0 auto;
	background: #ffffff;
	padding: 20px 0
}

.service_honor h2 {
	padding: 30px 0;
	font-size: 24px
}

.service_honor p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 100
}

.service_cont {
	position: relative;
	margin-top: 30px;
	overflow: hidden
}

.service_cont .service_tab {
	display: inline-table;
	vertical-align: middle;
	text-align: right;
	width: 100%;
	height: 100%
}

.service_cont .service_tab .service_cell {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	width: 100%;
	height: 100%
}

.service_cont .service_tab .service_cell img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block
}

.service_slide {
	background-color: #fff;
	/*height: 453px;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.service_slide .img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin-right: 100px;
	padding: 5px 35px 5px 15px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	z-index: 5
}

.service_slide .item.on .img {
	display: block
}

.service_slide .item.on .info {
	background-color: #ef011c;
	color: #ffffff
}

.service_slide .item.on .info .wrapper {
	color: #ffffff
}

.service_slide .item.on .info .wrapper:before {
	display: block
}

.service_slide .item.on .showc {
	display: none
}

.service_slide .item.on .showw {
	display: inline-block
}

.service_slide .item.on .p .d {
	color: #ffffff
}

.service_slide .item:nth-child(2n+1) {
	background: #f1f1f1
}

.service_slide .item:hover .wrapper {
	padding-left: 30px;
	padding-right: 0px
}

.service_slide .info {
	position: relative;
	height: 151px;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

.service_slide .icon {
	width: 135px;
	height: 66px;
	text-align: center;
	float: left;
	padding-top: 12px
}

.service_slide .wrapper {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}

.service_slide .wrapper:before {
	position: absolute;
	width: 0;
	height: 0;
	content: '';
	border-top: 15px solid transparent;
	border-right: 15px solid #ef011c;
	border-bottom: 15px solid transparent;
	left: -15px;
	top: 50%;
	margin-top: -15px;
	display: none;
	z-index: 6
}

.service_slide .p {
	padding-left: 40px;
	position: relative;
	width: 600px;
	overflow: hidden
}

.service_slide .p h4 {
	font-size: 20px;
	padding-bottom: 15px
}

.service_slide .p:before {
	width: 1px;
	height: 80px;
	top: 50%;
	left: 0;
	margin-top: -38px;
	background: #cccccc;
	content: '';
	display: block;
	position: absolute;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	transition: background-color .2s ease
}

.service_slide .p .d {
	color: #555555
}

.service_slide .showc {
	display: inline-block
}

.service_slide .showw {
	display: none
}

.news_show {
	background: #ffffff;
	padding-top: 30px
}

.news_show h2 {
	padding: 10px 0 40px 0;
	font-size: 24px
}

.news_show h2 a {
	font-size: 16px;
	font-weight: normal;
	float: right;
	transition: all .2s ease
}

.news_show h2 a span {
	font-size: 20px;
	margin-left: 5px;
	font-family: "宋体"
}

.news_show .newsbg {
	background: #f1f1f1;
	padding-bottom: 10px;
	margin-bottom: 30px;
	transition: all .2s ease
}

.news_show .newsbg:hover {
	background: #ef011c
}

.news_show .newsbg:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.news_show .newsbg:hover p {
	color: #ffffff
}

.news_show .newsbg:hover span {
	color: #ffffff
}

.news_show .newsbg .news_hot_img {
	overflow: hidden;
	padding: 0
}

.news_show .newsbg img {
	width: 100%;
	transition: all .5s ease
}

.news_show .newsbg p {
	padding: 12px 30px;
	line-height: 26px;
	color: #555555;
	transition: all .2s ease
}

.news_show .newsbg p span {
	color: #777777;
	transition: all .2s ease
}

.news_show .newsbg .news_hot_edat {
	min-height: 132px
}

.news_show .newsbg h3 {
	padding: 0 30px;
	color: #333333;
	font-weight: normal;
	line-height: 28px;
	transition: all .2s ease
}

.news_show .newsbg a:hover {
	color: #ffffff
}

.news_show .newsbg a:hover h3 {
	color: #ffffff
}

.news_show .news_data {
	border: 1px solid #cfcfcf;
	padding: 15px 10px 0;
	text-align: center;
	border-radius: 5px;
	width: 80px;
	height: 80px
}

.news_show .news_data p span {
	font-size: 32px
}

.news_show .news_list h4 {
	padding: 0 0 5px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.news_show .news_list p {
	padding: 2px 0 0 20px;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	color: #888888
}

.news_show .news_cent {
	margin-bottom: 30px
}

.news_show .news_cent li {
	margin-bottom: 34px
}

.news_show .news_cent li:hover .news_data {
	border: 1px solid #ef011c;
	color: #ffffff;
	background: #ef011c;
	transition: all .2s ease
}

.news_show .news_cent a:hover {
	color: #ef011c;
	transition: all .2s ease
}

.news_show .news_cent a .news_list p {
	color: #555555
}

.news_show .list_img li {
	margin-bottom: 17px;
	position: relative
}

.news_show .list_img li a {
	display: block;
	overflow: hidden;
	position: relative
}

.news_show .list_img li img {
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease,-webkit-transform 0.5s ease
}

.news_show .list_img li h4 {
	position: absolute;
	text-align: center;
	top: 40%;
	line-height: 36px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box
}

.news_show .list_img li h4 span {
	display: block;
	width: 100px;
	margin: 0 auto
}

.news_show .list_img li h4 b {
	display: none;
	background: #ef011c;
	color: #fff;
	width: 100px;
	margin: 0 auto;
	padding: 5px 10px;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	border-radius: 5px;
	transition: all .4s ease
}

.news_show .list_img li:hover span {
	display: none
}

.news_show .list_img li:hover b {
	display: block
}

.news_show .list_img li:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.scrollpic {
	background: #ffffff;
	padding: 15px 0 40px 0
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto
}

.wrap.owl-theme .owl-controls {
	position: absolute;
	top: 50%;
	z-index: 6;
	width: 100%;
	height: 0;
	margin: 0
}

.wrap.owl-theme .owl-controls .owl-nav {
	height: 0;
	margin: -35px 0 0
}

.wrap.owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: none;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0
}

.wrap .wrap-item {
	display: inline-block;
	padding: 10px 10px 0;
	transition: all .4s ease
}

.wrap .wrap-item a {
	display: block;
	position: relative
}

.wrap .wrap-item a .wrap-item-edat {
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff
}

.wrap .wrap-item a .wrap-item-edat .wrap-item-til {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px
}

.wrap .wrap-item a .wrap-item-edat .wrap-item-text {
	padding: 0 10px;
	font-size: 14px;
	line-height: 26px;
	overflow:hidden; 

text-overflow:ellipsis;

display:-webkit-box; 

white-space:pre-wrap;

-webkit-box-orient:vertical;

-webkit-line-clamp:2; 

}

.wrap .wrap-item a .wrap-item-edat .wrap-item-btn {
	padding: 0 10px;
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	background: #ef011c;
	border-radius: 5px;
	width: 100px
}

.wrap .wrap-item:hover {
	transform: translate(0, -10px);
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9
}

.wrap .btn_scroll {
	position: absolute;
	top: 45%;
	z-index: 6;
	width: 100%
}

.wrap span {
	width: 70px;
	height: 70px;
	display: block;
	float: left;
	background-color: rgba(12,5,5,0.5);
	border-radius: 50px;
	text-align: center;
	color: #ffffff;
	line-height: 70px;
	font-size: 45px;
	font-family: "宋体"
}

.wrap span:hover {
	background: #ef011c
}

.wrap .left {
	float: left;
	left: 200px;
	position: absolute;
	padding-right: 3px
}

.wrap .left:before {
	display: block;
	line-height: 70px
}

.wrap .right {
	float: right;
	right: 200px;
	position: absolute;
	padding-left: 3px
}

.wrap .right:before {
	display: block;
	line-height: 70px
}

.scroll {
	position: absolute;
	white-space: nowrap;
	transform: translateX(calc(50vw - 50%))
}

.wrap .left,.wrap .right {
	cursor: pointer
}

@media (max-width: 1440px) {
	.service_slide .p {
		width: auto
	}
}

@media (min-width: 680px) and (max-width: 1439px) {
	.pro_list ul li {
		margin-top: 20px
	}

	.pro_list ul li .pro_img {
		width: 50%;
		height: 190px;
		padding: 0;
		display: inline-table;
		vertical-align: middle;
		text-align: center
	}

	.pro_list ul li .pro_img a {
		width: 100%;
		height: 100%;
		display: table-cell;
		vertical-align: middle;
		text-align: center
	}

	.pro_list ul li .pro_img img {
		margin: 0 auto
	}

	.pro_list ul li .pro_txt {
		width: 50%;
		padding: 20px 10px 20px 0px
	}

	.pro_list ul li .pro_txt p {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}

@media (max-width: 1119px) {
	.service_slide .info {
		padding: 20px 0
	}

	.service_slide .icon {
		padding-top: 25px
	}

	.video_show .video_txt {
		padding-top: 15%
	}
}

@media (max-width: 999px) {
	#index .a .text-white {
		text-align: center;
		padding: 30px 0;
		background: #2564cd;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2564cd), color-stop(100%, #3985dd));
		background: -webkit-linear-gradient(top, #2564cd 0, #3985dd 100%);
		background: linear-gradient(to bottom, #2564cd 0, #3985dd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2564cd', endColorstr='#3985dd', GradientType=0)
	}

	.pro_list ul li {
		margin-top: 20px
	}

	.pro_list ul li .pro_img {
		width: 100%;
		height: auto;
		padding-top: 20px
	}

	.pro_list ul li .pro_txt {
		width: 100%;
		padding: 0px 10px 20px 10px;
		text-align: center
	}
}

@media (max-width: 759px) {
	#index .a li {
		float: left;
		width: 50%
	}

	.service_slide .item.on .img {
		display: none
	}

	.service_slide .wrapper {
		left: 0;
		margin-left: 0;
		padding-left: 0;
		position: relative
	}
}

@media (max-width: 679px) {
	.pro_list ul li {
		width: 100%;
		margin-top: 20px
	}

	.pro_list ul li .pro_img {
		width: 40%
	}

	.pro_list ul li .pro_txt {
		width: 55%;
		padding: 20px 10px 20px 0px;
		text-align: left
	}

	.news_show .list_img li h4 {
		top: 30%
	}

	.wrap .left {
		left: 20px
	}

	.wrap .right {
		right: 20px
	}
}

@media (max-width: 580px) {
	.service_slide .item.on .img {
		display: none
	}

	.service_slide .wrapper {
		left: 0;
		margin-left: 0;
		padding-left: 0;
		position: relative
	}

	.service_slide .icon {
		width: 80px
	}

	.service_slide .p {
		padding-left: 20px
	}
}

@media (max-width: 480px) {
	.service_slide {
		height: auto
	}

	.service_slide .item.on .img {
		display: none
	}

	.service_slide .wrapper {
		left: 0;
		margin-left: 0;
		padding-left: 0;
		position: relative
	}

	.service_slide .icon {
		display: none
	}

	.service_slide .p:before {
		display: none
	}

	.service_slide .info {
		height: auto
	}

	.news_show .list_img li {
		width: 33.3%;
		float: left
	}
}

@media (max-width: 420px) {
	.news_show .news_data {
		display: none
	}

	.news_show .news_list {
		width: 100%
	}

	.news_show .news_list h4 {
		padding-left: 10px
	}

	.news_show .news_list p {
		padding-left: 10px
	}

	.news_show .list_img li {
		width: 100%;
		margin-bottom: 10px
	}

	.news_show .list_img li h4 {
		top: 40%
	}

	.news_show .list_img li img {
		width: 100%
	}

	.scroll {
		transform: none;
		height: 200px
	}

	.wrap ul {
		padding-left: 0;
		height: 200px
	}

	.wrap li img {
		width: 100%
	}
}

@media (min-width: 760px) {
	#index article h2 {
		font-size: 22px;
		padding: 0 0 22px
	}

	#index article .profile {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 22px;
		font-weight: 100
	}

	#index .a .text-white h3 {
		font-size: 1.714em;
		margin-bottom: 9pt
	}

	#index .a .text-white p {
		font-size: 1.14286em
	}

	#index .fsize h2 {
		font-size: 1.4em
	}
}

@media (min-width: 1000px) {
	#index .a .text-white {
		position: absolute;
		top: 50px;
		text-align: center;
		width: 100%;
		left: 0
	}
}

@media (min-width: 1000px) and (max-width: 1199px) {
	.news_show .news_cent {
		margin-bottom: 30px
	}

	.news_show .news_cent li {
		margin-bottom: 22px
	}
}

@media (min-width: 1200px) {
	.res-bgbanner {
		background-repeat: no-repeat;
		background-position: center center;
		height: 550px;
		display: block
	}

	.res-bgbanner img {
		display: none
	}

	.news_show .list_img .xm12 {
		padding: 0 !important
	}
}

@media (min-width: 1440px) {
	.pro_list ul li .pro_img {
		padding: 20px 0 20px 0;
		text-align: right
	}

	.pro_list ul li .pro_img a {
		display: inline-block
	}

	.pro_list ul li .pro_txt {
		padding: 20px 0 20px 15px
	}
}
